	h1 
{
text-align: center;
font-size: 50px;
color: red;
font-family: Carlito;
}
   

	body 
{
width: device-width;
height: device-height;
background: linear-gradient(#303030, 20%, grey);
background-repeat: no-repeat;
}

	p
{
text-align: center;
font-size: 28px;
color: white;
font-family: Carlito;
}

	.table
{
width: 100%;
}

	.zoom
{
width:371px;
height:74px;
transition:0.5s;
}


	.zoom:hover 
{
width:401px;
height:85px;
transition:0.5s;
}

	.zoom2
{
width:222px;
height:70px;
transition:0.5s;
}


	.zoom2:hover 
{
width:242px;
height:90px;
transition:0.5s;
}